AddVirtualAuthenticatorResponse

data class AddVirtualAuthenticatorResponse(authenticatorId: AuthenticatorId)

Represents response frame that is returned from WebAuthn#addVirtualAuthenticator operation call. Creates and adds a virtual authenticator.

See also

Constructors

AddVirtualAuthenticatorResponse
Link copied to clipboard
fun AddVirtualAuthenticatorResponse(authenticatorId: AuthenticatorId)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId

Sources

jvm source
Link copied to clipboard